runtime.muintptr.set (method)
20 uses
runtime (current package)
coro.go#L153: gp.lockedm.set(nil)
coro.go#L246: gnext.lockedm.set(mp)
debugcall.go#L149: newg.lockedm.set(mp)
debugcall.go#L196: gp.lockedm.set(mp)
mgc.go#L1768: node.m.set(acquirem())
mgc.go#L1826: node.m.set(acquirem())
mgc.go#L1910: node.m.set(nil)
proc.go#L2532: gp.lockedm.set(mp)
proc.go#L2806: mp.schedlink.set(mnext)
proc.go#L2890: newmHandoff.newm.set(mp)
proc.go#L5604: gp.lockedm.set(gp.m)
proc.go#L6171: pp.m.set(mp)
proc.go#L6182: pp.m.set(mp)
proc.go#L6230: pp.m.set(mp)
proc.go#L6319: pp.m.set(gp.m)
runtime2.go#L292: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
runtime2.go#L300: (*muintptr)(unsafe.Pointer(mp)).set(new)
rwmutex.go#L91: rw.readers.set(m)
rwmutex.go#L132: rw.writer.set(m)
rwmutex.go#L154: reader.schedlink.set(nil)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |